OpenRoads Designer CONNECT Edition SDK Help

GetXSections Method

Gets ALL XSections located in dgnModel.

Definition

Namespace: Bentley.CifNET.GeometryModel.SDK Assembly: Bentley.CifNET.GeometryModel.SDK.4.0 (in Bentley.CifNET.GeometryModel.SDK.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  IEnumerable<XSectionNamedBoundary>GetXSections(this ConsensusConnection con)

Parameters

SettingDescription
  ConsensusConnection  

Return Value

(XSectionNamedBoundary)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConsensusConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also